PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFImage Class / load Method / load(String) Method
Path to image file.
In This Topic
    load(String) Method
    In This Topic
    Loads an image from the given file.
    Syntax
    public static PDFImage load( 
       java.lang.String fileName
    )

    Parameters

    fileName
    Path to image file.

    Return Value

    A specific Object.
    See Also